home *** CD-ROM | disk | FTP | other *** search
/ CD Classic 39 / CD CLASSIC #39 (1998).iso / EMPRESA / visio / Vistdstd / Install / Data.Z / GenericMFC.H < prev    next >
C/C++ Source or Header  |  1997-07-07  |  858b  |  34 lines

  1. // GenericMFC.h : main header file for the GENERICMFC DLL
  2. //
  3.  
  4. #ifndef __AFXWIN_H__
  5.     #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7.  
  8. #include "resource.h"        // main symbols
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CGenericMFCApp
  12. // See GenericMFC.cpp for the implementation of this class
  13. //
  14.  
  15. class CGenericMFCApp : public CWinApp
  16. {
  17. public:
  18.     CGenericMFCApp();
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CGenericMFCApp)
  23.     //}}AFX_VIRTUAL
  24.  
  25.     //{{AFX_MSG(CGenericMFCApp)
  26.         // NOTE - the ClassWizard will add and remove member functions here.
  27.         //    DO NOT EDIT what you see in these blocks of generated code !
  28.     //}}AFX_MSG
  29.     DECLARE_MESSAGE_MAP()
  30. };
  31.  
  32.  
  33. /////////////////////////////////////////////////////////////////////////////
  34.